@charset "utf-8";
/* CSS Document */
*{margin: 0;padding: 0;}
body {margin: 0;padding: 0;background: #fff;color: #666;font: 12px/24px "Microsoft YaHei",Helvetica,Arial,sans-serif;}
ul,li,p,em{margin: 0;padding:0;list-style: none; font-style: normal;}
img {border-style: none;vertical-align: middle;}
a:link,a:visited{color:#666;text-decoration:none;}
a:hover,a:active {color: #ff8203;text-decoration:underline;}
b,strong {font-weight: bolder;}
input,select{border: none;}
h1,h2, h3, h4,h5,h6{margin: 0;padding: 0;font-family:"Microsoft YaHei"; text-align:center; }
h1{font-size: 24px; line-height: 48px;}
h2{font-size: 22px; /*line-height: 44px;*/}
h3{font-size: 20px;line-height: 40px;}
h4{font-size: 18px;line-height: 36px;}
h5{font-size: 16px;line-height: 32px;}
h6{font-size: 14px;line-height: 28px;}

.clearfix:before,
.clearfix:after {
  content:"";
  display:table;
}
.clearfix:after {
  clear:both;
  overflow:hidden;
}
.clearfix {
  zoom:1;
}
.relative{position:relative;float:left;}
.btn{border-radius: 4px;}
.btn.blue{background-color: #1c8bdc;}

/*top*/
.top-container{margin:0 auto;padding:2px 0 ;height:25px;border-bottom:1px solid #dbdee1;}
.top{margin:0 auto;width:1200px;}
.top-time{float:left;}
.top-time .time{padding-left:5px;}
.top-nav{float:right; }
.top-nav ul li{float:left; position: relative;}
.top-nav em{font-style:normal;padding:0 4px;}
.edit{display:inline-block;position:absolute;top:0px;right:50px;width:12px;height:12px;margin-left:4px;}
.edit .e-box{position:absolute;top:27px;right:-50px; padding:15px;z-index:100;width:330px;background-color:#fff;border:1px solid #dbdee1;}
.e-box .gray-allow{position:absolute;width:14px;height:6px;top:-6px;right:30px;z-index:3;background:url(../images/gray-allow-1.png) no-repeat;}
.navigation h6{color:#333;text-align:left;}
.navigation ul {overflow:hidden;padding:5px 0;}
.navigation ul li{float:left;padding: 0 12px 0 0;text-align:left;}
.navigation ul li em{color:#999}
.edit-h{display:none;}
.t-r:hover .edit-h{display:block;}

/*box*/
.box{margin:0 auto;width:1200px;}
/*	index	*/
.w-545{ position:relative;width:545px; height:350px; background:#fff;}
.w-1100{ position:relative;width:1100px; height:350px; background:#fff;}
.title-ind-orange{ position:absolute; top:25px; right:25px;padding:0 10px; height:30px; line-height:30px; color:#fff; font-size:14px; display:inline-block; background:#ff8000;}

/*banner*/
.banner-bg{background:url(../images/top-bg.png) repeat-x;height:200px;}
.banner{position:relative;margin:0 auto;height:200px;overflow:hidden;}
.logo{margin:55px 0 0;float: left;width:427px;}
.banner .bd{float:right;width:740px;}
.banner .bd li .logobanner-img {margin:0 auto;width:740px;height:200px;overflow:hidden;}
.banner .bd li{width:100% !important;height:200px;}
.banner .bd li a{display:block;background-size:auto;}
.banner .logobanner-img img{width:740px; height:200px; border:none;}
.banner .hd {position:absolute;top:170px;right:0;}
.banner .hd ul li{width:10px;height:10px;border-radius :50%;text-indent:-9999px;margin-right:10px;background:#ccc;float:left;cursor:pointer;}
.banner .hd ul li.on{background:#0083de;}

/*导航*/
.nav{margin:0 auto;height:44px;line-height:44px;background:#1c8bdc;}
.nav ul li{float:left;line-height:44px;font-size:16px;}
.nav ul li a{color:#fff;display:block;padding:0 35.5px;}
.nav ul li.active a{background:#0074c7;}
.nav ul li:hover,.nav ul li a:hover{background:#0074c7;height:44px;}
.nav ul li ul{display:block;display:none\9;width:135px;background:#0074c7;overflow:hidden; position:absolute;z-index:9;}
.nav ul li ul li{width:100%;}
.nav ul li:hover .nav-down{display:block;}
.nav ul li ul li a{padding:0;display:block;width:100%;color:#9bd5ff;font-size:12px;height:28px;line-height:28px;text-align:center;overflow:hidden;}
.nav ul .nav-ot ul li a{padding:0;display:block;}
.nav ul li ul li:hover,.nav ul li ul li a:hover{color:#fff;background:#1c8bdc;height:28px;line-height:28px;}
.nav a:link,.nav a:hover,.nav a:active,.nav a:visited{text-decoration:none; }

/*nav-动画*/
.nav ul li ul.nav-down {
  -webkit-transform: scale(1, 0);
  -moz-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: all 0.3s 0.1s;
  -moz-transition: all 0.3s 0.1s;
  -ms-transition: all 0.3s 0.1s;
  transition: all 0.3s 0.1s;

}
.nav ul li:hover .nav-down{
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);}

/*面包屑*/
.m-top-hot{width:96px;height:30px;background:url(../images/icon-notice.png) no-repeat;line-height:30px;float:left;color:#fff;text-align:center;font-size:16px;font-weight:bold;}
.m-top{float:left;width:1200px;height:30px;background-color:none;margin-top:20px;margin-bottom:5px;}
.breadcrumb{float:left;width:800px; line-height:30px;}
.breadcrumb img{margin-right:5px;}
.breadcrumb li a{color:#1c8ddd;}
.breadcrumb li a:hover{color:#ff6e0e;}
.breadcrumb li .gt{margin:0 3px;font-size:14px;color:#999;}
#div1{padding-left:20px;height:30px;overflow:hidden;} 
#div1 a{line-height:30px;display:block;} 
#div1 a:link,#div1 a:visited{color: #666; text-decoration: none;}
#div1 a:hover,#div1 a:active{color: #ff8203; text-decoration:underline;}

/*搜索*/
.search{float: right;width:258px;height:29px;border: 1px solid #dbdee1;position: relative;}
.search input{float: left;}
.search input{margin:0 ;padding:0 0 0 10px;width: 200px; height:29px; background-color:#fff;line-height: 26px;overflow:hidden;text-align:left;}
.search-btn{margin-left:10px;float:right;width:29px;height:28px; background:url(../images/search.png) no-repeat center center;}
.search-btn:hover{ text-decoration:none;}
.wrap-placeholder{left:0;}

/*main*/
.main{padding:0;float:left;width:1200px;background-color: #fff;}


/*侧栏*/
.sidebar{float: left;width: 270px;}
.leftbox{margin-top:15px;}
.leftbox h5{height:35px;font-weight: normal; line-height:35px;background: url(../images/left_bar.png) no-repeat;}
.leftbox h5.active{background: url(../images/left_bar2.png) no-repeat;}
.leftbox h5 span{float:left;width: 96px; text-align:center; color: #fff;}
.leftbox h5.active span{float:left;width: 120px; text-align:center; color: #fff;}
.leftcontant{padding:15px;width:238px;border-left:1px solid #e7e7e7;border-right:1px solid #e7e7e7; border-bottom:1px solid #e7e7e7;background: #f8f8f8;}
.leftcontant .list-bar a{display:block;}

/*新闻焦点图*/
.leftjdt{width:268px;height:250px;border: 1px solid #e7e7e7; }
.leftjdt img{width:268px;height:250px;}
.leftjdt h2{text-align: left;height:22px;overflow:hidden;}

/*政务公开*/
.government-list li{margin-top:10px;padding:8px 10px;width: 238px; height:26px; font: 14px/26px "Microsoft YaHei"; color:#1c8bdc;background: url(../images/government_bg.png) no-repeat;}
.government-list li.active{margin-top:0;}
.government-list li img{padding-right:10px;}
.government-list li em{padding-left:5px;font: 12px/24px Arial;color:#999;}
.government-list li a:link,.government-list li a:visited{color:#1c8bdc;}
.government-list li a:hover,.government-list li a:active{color:#ff8203; text-decoration: none;}

/*网上办事*/
.onlinemap img{margin-top:10px;border: 1px solid #bad6eb;}
.onlinemap img.active{margin-top:0;}

/*备案信息公开*/
.leftlist li{margin-top:10px;padding:0 0 0 15px;width:223px;background:url(../images/icon-li.png) 5px 8px no-repeat;white-space:nowrap;text-overflow:ellipsis; overflow:hidden;display:block;}
.leftlist li.active{margin-top:0;}

/*友情链接*/
.leftcontant select,.link li{margin-top:10px; border: 1px solid #bad6eb;}
.leftcontant select{padding-left:5px;width: 238px; height:26px; color: #999;font: 12px/26px "Microsoft YaHei";}
.leftcontant select.active{margin-top:0;}
.leftcontant select option{padding-left:5px;height:26px; color: #666;}


/*右侧主体内容*/
.contant{margin-left:15px;float:left;width:915px;}
.rightbox{margin-top:15px;padding-bottom:5px;float:left;border: 1px solid #e7e7e7;}
.rightbox h5{height:32px;font-weight: normal; color: #1c8bdc;line-height: 32px;text-align: left; text-indent: 15px; border-bottom: 2px solid #1c8bdc; 
    background: -moz-linear-gradient(top, #fff 0%, #e7edf8 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#e7edf8));
    background: -webkit-linear-gradient(top, #fff 0%,#e7edf8 100%);
    background: -o-linear-gradient(top, #fff 0%,#e7edf8 100%);
    background: -ms-linear-gradient(top, #fff 0%,#e7edf8 100%);
    background: linear-gradient(to bottom, #fff 0%,#e7edf8 100%);
}
.rightbox h5 img{padding-right: 10px;}
.rightbox h5 span{padding-right:10px;float: right;color: #999;font: 12px/32px "Microsoft YaHei";}
.rightbox h5 span a:link,.rightbox h5 span a:visited{color: #999;}
.rightbox h5 span a:hover,.rightbox h5 span a:active{color: #ff8203;}
.notice,.administration,.cases,.valuation{width: 448px;}
.price,.index{width: 913px;}
.administration,.valuation{margin-left:15px;}
.rightlist{padding:15px;overflow: hidden;}
.rightlist ul li{margin-top:10px;height:24px;}
.rightlist ul li.active{margin-top:0;}
.rightlist ul li span{float:right;color:#999;}
.rightlist .fl{float:left;width: 500px;}
.rightlist .fr{margin-right:20px;float:right;width: 256px;overflow: hidden;}
.rightlist ul li a{padding:0 0 0 15px;float:left;background:url(../images/icon-li.png) 5px 8px no-repeat;white-space:nowrap;text-overflow:ellipsis; overflow:hidden;display:block;}
.notice a,.administration a{width: 300px;}
.price a{width: 380px;}
.cases a,.valuation a{width: 390px;}

/**/
.switch-title{height:25px;float:right;margin:20px 20px 0;}
.switch-title li{float:left;}
.switch-title li a{border:1px solid #ff8809;float:left;margin-left:-1px;padding:0 10px;line-height:23px;color:#ff8809; cursor:pointer; text-decoration: none;}
.switch-title li.active a{color:#fff;background:#ff8809;}
.switch-content{height:400px;padding-bottom:20px;width:913px;float:left;}


/*行业动态*/
.list-bar li{margin-top:10px;padding:8px 0 8px 30px;width: 208px; height:26px; font: 14px/26px "Microsoft YaHei"; color:#1c8bdc;background: url(../images/list-bar.png) no-repeat;}
.list-bar li.margin{margin-top:0;}
.list-bar li.active{background: url(../images/list-bar-h.png) no-repeat;}
.list-bar li:hover{background: url(../images/list-bar-h.png) no-repeat;color:#1c8bdc;}
.list-bar li:hover a{color:#1c8bdc;}
.list-bar li a:hover,.list-bar li a:active{text-decoration:none;}
.newsnotice{width: 913px;}
.newsnotice a{width: 750px;}
.newsnotice .rightlist ul li{margin-top:10px;height:28px;border-bottom:1px dashed #e5e5e5; }
.newsnotice .rightlist ul li.active{margin-top:0;height:28px;border-bottom:1px dashed #e5e5e5; }

/*分页*/
.page-box select{margin:0 5px;padding:5px 0 5px 5px;border:1px solid #dbdee1;color:#666;}
.page-box{float: left;color:#999;width: 100%;margin:20px 0;}
.page-box .total{float:left;}
.page-box .page{float:right;}
.page-box .page a{padding:0 11px;display:inline-block;width:auto;height:30px;line-height:30px;border:1px solid #e8e8e8;text-align:center;color:#999;}
.page-box .page a.cur,.page-box .page a.confirm{color: #fff;}
.page-box .page a:hover{border-color:#1c8bdc;color:#1c8bdc;text-decoration:none;}
.page-box .page .cur,.page-box .page .cur:hover{background-color:#0093ff;border:1px solid #0093ff;color:#fff;font-weight:bold;}
.page-box .page em{padding-right:7px;font-weight:bold;font-style:normal;}
.page-box .page span{padding-right:7px;color:#666;}
.page-box .page .number{width:38px;margin-right:7px;padding:3px 0;border:1px solid #e8e8e8;text-align:center;color:#666;}
.page-box .page .confirm{background-color:#1c8bdc;border:1px solid #1c8bdc;color:#fff;}
.page-box .page .confirm:hover{background-color:#0093ff;border:1px solid #0093ff;color:#fff;}
.page-box .input-page {border: 1px solid #ededed;height: 21px;text-align: center;width: 30px;}
.Data-loaded{margin:150px auto; width:300px;font-size:18px; text-align:center; color:#333; line-height:30px;}
.Data-loaded .icon-loading{ margin-left:5px; width:16px; height:11px; display:inline-block; background:url(../images/loading_01.gif) no-repeat;}


/*details*/
.details{padding:30px 30px; font: 14px/28px "Microsoft YaHei";background:#fff;}
.details h6{padding-bottom:15px;font-weight: normal; color: #999;}
.text{padding-top:15px;border-top: 1px solid #ddd;font: 14px/28px "Microsoft YaHei";}
.text.none{padding-top:0;border: none;word-wrap: break-word;}
.text p{}
.text p img{margin-top:15px;}
.text p a.active:link,.text p a.active:visited{color:#1c8bdc;text-decoration:none;}
.text p a.active{line-height:50px;}
.text p a.active:hover,.text p a.active:active{color: #ff8203;text-decoration:underline;}


.newsnotice .rightlist ul.details-search li{margin-top: 0;height:40px;}
.details-search{padding:10px 15px 10px 15px; background: #e2eff8;}
.details-search li{height:40px; line-height: 40px;}
.details-search  li font{margin-right:5px;float: left;line-height: 40px;}
.details-search li select,.details-search input{margin:8px 10px 0 5px;padding-left:10px;float:left;height:24px;line-height:24px;}
.details-search li select option{padding-left:10px;}
.details-search li font a{margin:5px;padding:5px 15px 5px 30px; line-height:24px;background: #1c8bdc; color:#fff;position: relative;}
.details-search li font a img{position: absolute;left:12px;top:7px;}
.details-search .search-btn{margin:8px 0 0 0; padding:0 0 0 15px;float:left;width:58px;height:26px;line-height:24px;background:#1c8ddd ;font-size:14px;color:#fff; text-align: center; border-radius: 4px;}
.details-search .search-btn:hover,.details-search .search-btn:active{background-color: #2a9df0;}
.rightlist .details-search li em a{padding:0 15px;margin:10px 0 0 10px;width:auto;height:24px;background:#fff; line-height: 24px;}
.rightlist .details-search li em a:hover{background: #1c8ddd; color: #fff; text-decoration: none;}

/*表格*/
table{border-collapse:collapse;margin: 15px auto 0 auto;width: 100%;font: 12px/28px "Microsoft YaHei";text-align: center;}
table thead th{height:32px;background-color:#e2eff8;text-align:center;color:#333;font-size:14px;font-weight:normal;line-height: 36px;}
table thead th h1{background: #e2eff8;font-size: 16px; }
table thead th.gray{background:#f8f8f8;}
th,table td{border:1px solid #dadee1;}
table td{padding:5px 0; }
table td.alignl,table th.alignl{padding:0 10px;text-align: left;}
table a:link,table a:visited{color:#666; text-transform: none;}
table a:hover,table a:active{color:#fc910b; text-transform: none;}
table tbody th.org{color: #ff8203;background: #E6E6FA;}
.bordernone th,.bordernone td{padding-left:15px;border: none; text-align: left;}
.bordernone tr{border-bottom:1px solid #dadee1;border-top:1px solid #dadee1;}
.bordernone .border-fl{border-left:1px solid #dadee1;}
.bordernone .border-fr{border-right:1px solid #dadee1;}

/*树导航*/
.dtree {font-size: 14px;white-space: nowrap;}
.dtree a {text-decoration: none;line-height:27.5px;}
.dtree a.node, .dtree a.nodeSel {white-space: nowrap;padding: 0 2px 0 2px;}
.dtree a.node:hover, .dtree a.nodeSel:hover {color: #1c8bdc;text-decoration: underline;}
.dtree a.nodeSel {color:#1c8bdc;}
.dtree .clip {overflow: hidden;}
.dtree img{width:auto; height:29px;}


/*选项卡*/
.rightlist .bar{margin:0;padding:0;float:left;width:100%;background:#e2eff8;height:40px;font:16px/40px "Microsoft YaHei";}
.rightlist .bar li{margin:0!important;padding:0;;height:40px;float: left;}
.rightlist .bar li:last-child{ border-right: none; }
.rightlist .bar li a{margin:0;background: none;  padding: 0 20px; min-width: 80px; width: auto; color: #333;}

.rightlist .bar li a:hover,.tabs .horizontal .active a{background-color:#1c8bdc; color: #FFF; text-decoration: none;}
.tabs .tabs-content{padding:15px;}

/*搜索列表*/
.searchlist{padding:15px 15px;float:left;width:1140px;}
.searchlist ul li span{float:right;color:#999;}
.searchlist ul li{padding:0 0 0 10px;margin-top:10px;line-height: 28px;height:28px;border-bottom: 1px dashed #ddd;background:url(../images/icon-li.png) 0 8px no-repeat;}
.searchlist ul li a{width: 900px; float: left;white-space:nowrap;text-overflow:ellipsis; overflow:hidden;display:block;}

/*搜索无结果*/
.searchlist dl{margin:10% 0 10% 0;float: left;}
.searchlist dl dt{padding-left:320px;float:left;}
.searchlist dl dd{padding:20px 0px 0px 20px;float:left; text-align: left;}
.searchlist h1,.searchlist h2,.searchlist dl dd h3,.searchlist dl dd span{text-align: left;}
.searchlist h6{font-weight:normal;}
.mistake{margin:150px auto;width:350px;}
.mistake h3{text-align: left;}
.mistake img{margin-left:50px;}
.mistake a.blue:link,.mistake a.blue:visited{color: #ff8203;}


/*图片详情*/
.mapjdt{position:relative;margin:20px auto 0 auto;height:400px; width:900px;overflow:hidden;}
.mapjdt .bd li .logobanner-img {margin:0 auto;width:900px;overflow:hidden;}
.mapjdt .bd li{width:100% !important;height:400px;}
.mapjdt .bd li a{display:block;background-size:auto;}
.logobanner-img img{width:900px; height:400px; border:none;}
.mapjdt .hd {position:absolute;top:250px;right:0;}
.mapjdt .hd ul li{width:10px;height:10px;border-radius :50%;text-indent:-9999px;margin-right:10px;background:#ccc;float:left;cursor:pointer;}
.mapjdt .hd ul li.on{background:#0083de;}
.mapjdt .bd ul li  p{position: absolute;bottom: 0;padding: 6px 0;overflow: hidden;pointer-events: none;color: #fff;text-indent: 10px;text-overflow: ellipsis;white-space: nowrap;width: 100%;word-break: break-all;background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;}

.loginbanner-btn{width:900px;position:absolute;top:120px;left:50%;margin-left:-450px;}
.loginbanner-btn a{display:block;width:450px;height:400px;position:absolute;top:-120px;bottom:filter:alpha(opacity=40);-moz-opacity:0.4;-khtml-opacity:0.4;opacity:0.4;}
.loginbanner-btn a.prev{left:0;cursor: url("http://img2.cache.netease.com/utf8/gallery/img/cursor_left.cur"), auto;} 
.loginbanner-btn a.next{right:0;cursor: url("http://img2.cache.netease.com/utf8/gallery/img/cursor_right.cur"), auto;}

/*底部*/
.footer{margin:30px auto 10px auto;float:left;width:1200px;color:#999;text-align: center; }


/*表格列表*/
.rightlist.none{padding:0 15px;overflow: hidden;}
.listtable{margin:0;padding:0;border-collapse:collapse;width: 100%;font: 12px/28px "Microsoft YaHei";text-align:left;}
.listtable tr{border-bottom: 1px dashed #ddd;}
.listtable tr td{border-left:none;border-right:none;border-top:none;border-bottom: 1px dashed #ddd;}
.listtable tr td.align-fr{text-align: right;color: #999;}
.listtable tr td.icon{padding:0 0 0 15px;background:url(../images/icon-li.png) 5px 15px no-repeat;}

/*特例工程指标焦点图*/
.indexjdt{position:relative;margin:0 auto;height:390px;overflow:hidden;}
.indexjdt .bd li .logobanner-img {margin-top:40px;width:850px;height:300px;overflow:hidden; }
.indexjdt .bd li{width:100% !important;}
.indexjdt .bd li a{margin:0;padding:0;display:block;background-size:auto;background:none;}
.indexjdt .logobanner-img img{width:850px; height:300px; border:none;}
.indexjdt .hd {position:absolute;bottom:15px;left:47%;}
.indexjdt .hd li{margin-right:10px;float:left;width:10px;height:10px;border-radius :50%;text-indent:-9999px;background:#ccc;cursor:pointer;}
.indexjdt .hd li.on{background:#0083de;}
.indexjdt  h6{position: absolute;top: 0;padding: 6px 0;overflow: hidden;pointer-events: none;text-overflow: ellipsis;white-space: nowrap;width: 100%;word-break: break-all;}
.indexjdt  .maptitle{position: absolute;top:10px;right:10px; padding:0 10px;background-color: #ff880a; color: #fff;}
/*右下角浮窗*/

.float-layer {width:200px;border: 1px solid #1c8bdc;background-color: #fff; border-radius: 4px; overflow: hidden; position:fixed;bottom:0;}
.float-layer h2 {position: relative;height: 32px; line-height: 32px; font-size: 14px; color: #fff; background-color: #1c8bdc; }
.float-layer .min {position: absolute; top: 4px; right: 25px;width: 21px; height: 20px; background: url(../images/min.png) no-repeat 0 bottom; }
.float-layer .min:hover { background: url(../images/min.png) no-repeat 0 0; }
.float-layer .max {position: absolute; top: 4px; right: 25px;  width: 21px; height: 20px; background: url(../images/max.png) no-repeat 0 bottom;}
.float-layer .max:hover { background: url(../images/max.png) no-repeat 0 0; }
.float-layer .close {position: absolute; top: 4px; right: 3px;  width: 21px; height: 20px; background: url(../images/close.png) no-repeat 0 bottom; }
.float-layer .close:hover {background: url(../images/close.png) no-repeat 0 0; }
.float-layer .wrap{padding: 15px;}
.wrap .fr{padding-top:10px;text-align: right; color: #999;}
.wrap .text{padding:0; height:48px;border: 0;font: 12px/24px "Microsoft YaHei";overflow:hidden;}


   /*无产品信息*/
.none-su{width:600px;margin:10% auto 10% auto;height:300px;}
.none-su .none-img{float:left;clear:both; width:155px;}
.none-su .none-product{float:left;padding:40px 0 0 40px; width:400px;}
.none-su .none-product h1{font-size:16px;font-weight:lighter;text-align:left; line-height:20px;}

/*市场参考价下拉选项*/
.hc_lnav{z-index:9999;position:relative;margin:10px 10px 0 0;float:left;width:260px;}
.hc_lnav .allbtn{z-index:99999;position:relative;}
.hc_lnav .allbtn h2{width:260px;font-size:14px;background-color: #fff; text-align: left;padding-left:10px;width:250px;display:block;line-height:24px;height:24px;font-size:14px;font-weight:normal;}
.hc_lnav .allbtn h2 i{float: right;padding-right:3px;}
/*一级导航隐藏*/
.allbtn ul{z-index:99999;position:absolute;background-color:#e2eff8;width:190px;display:none;height:auto;top:24px;left:0px; border:1px solid #1c8bdc;min-height: 288px; }
.allbtn ul li{zoom:1;margin:0;padding:0;height:36px;line-height:36px;}
.allbtn ul li .tx{padding-left:10px;color: #fff;}
.allbtn ul li .tx a{-webkit-transition:color 0.1s ease-out 0s;-moz-transition:color 0.1s ease-out 0s;-ms-transition:color 0.1s ease-out 0s;-o-transition:color 0.1s ease-out 0s;transition:color 0.1s ease-out 0s}
.allbtn:hover ul{display:block}/*控制一级菜单显示隐藏*/
.allbtn ul li:hover .tx{background-color:#fff;}
.allbtn ul li:hover .tx a{text-decoration: none; color: #1c8bdc;}
.allbtn ul li:hover .pop{display:block;}/*控制二级菜单显示隐藏*/
/*二级导航隐藏*/
.allbtn ul li .pop{top:-1px;left:258px;position:absolute;padding:0 15px;width:400px;background-color:#fff;display:none;border-right:1px solid #0074c7;border-top:1px solid #0074c7;border-bottom:1px solid #0074c7;min-height: 288px;}
.allbtn ul li .pop p{width:100%;float:left;padding:10px 0;border-bottom: 1px solid #ddd;}
.allbtn ul li .pop p.none{border-bottom:none;}
.allbtn ul li .pop span{margin-right:15px;float:left; cursor: pointer;font: 12px/24px "Microsoft YaHei"; text-indent: 0;}


/*弹窗*/
.popup-bg{display:none;position:fixed;width:100%;height:100%;overflow:hidden;z-index:9;background:#000;opacity:0.4;filter:alpha(opacity=40);top:0;}
.pop-box{display:none;position:fixed;top:24%;left:50%;z-index:10;background-color:#fff;border-radius:4px;}
.pop-box .title{background:#1c8ddd;padding-left:20px;height:42px;line-height:42px;font-size:14px;text-align:left; color:#fff;border-radius:4px 4px 0 0; }
.btn-pop-close{display:block;position:absolute;top:-11px;right:-11px;width:22px;height:22px;float:right; background:url(/resources/img/min/btn-pop-close.png) no-repeat;text-indent:-9999px;}
.btn-pop-close:hover{background-position:0px -32px; cursor:pointer;}
.pop-box .popup-content{padding:20px 30px;}
.pop-box .bottom{background-color:#f6f6f6; height:49px; border-top:1px solid #ebebeb;border-radius:0 0 4px 4px;}
.pop-box .bottom a{float:right; background:#1c8ddd; margin-top:12px; margin-right:20px;padding: 0 20px; height:28px; line-height:28px;  border-radius:4px; color:#fff;}
.pop-box .bottom a:hover{background:#1980c8; text-decoration:none;}
.pop-box .txt-r{text-align:right;}
.pop-box .popup-content th{vertical-align:top; line-height:48px;}
.pop-box .title-add{height: 115px;}
.title-add .circle{float: left;width:50px;height:50px;line-height:22px;margin:20px 0;background:url(/resources/img/min/circle.png) no-repeat;font-size:18px;padding:15px;text-align:center;}
.title-add .circle-tips{float: left; padding:30px 0 0 20px;}
.title-add .circle-tips span{display:block;line-height:24px;}
.title-add .circle-tips .circle-tips-top{color:#8cc2e9;}
.title-add .circle-tips .circle-tips-bottom{font-size:20px;}
.pop-box .popup-content .popup-content-c{width: 100%;overflow:hidden;padding:20px 0 0 0;text-align:center; font-size: 14px;}
.pop-box .popup-content .popup-content-c span{color: #999;font-size:12px;}
.pop-box .popup-content .popup-content-cc{width: 100%;overflow:hidden;padding:10px 0 20px 0;text-align:center;}
.pop-box .popup-content .popup-content-cc .progress{background:#fff;width:124px;height:11px;margin-top:6px;overflow:hidden;border:#8cc2e9 solid 1px;display:inline-block;margin-left:30px;}
.pop-box .popup-content .popup-content-cc .progress-bar{background:#8cc2e9;height:100%;display: block;}
.pop-box .popup-content .popup-content-cc .progress-title{padding-left:10px;color: #999;font-size:12px;}
.title-add .circle-tips .circle-tips-m{margin-top:20px;}

/*资质管理下面文字说明*/
.shuoming{margin: 10px  auto 0  auto; color: #999;}

/*新闻焦点图*/
.slideshow { clear: both; }
.slideshow li { position: relative; overflow: hidden; }
.slideshow span.title { position: absolute; bottom: 0; left: 0; margin-bottom: 0; width: 100%; height: 32px; line-height: 32px; font-size: 14px; text-indent: 10px; }
.slideshow span.title, .slidebar li { background: rgba(0,0,0,0.3); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = #30000000,endColorstr = #30000000); color: #FFF; overflow: hidden; }
.slidebar li { float: left; margin-right: 1px; width: 20px; height: 20px; line-height: 20px; text-align: center; font-size: 10px; cursor: pointer; }
.slidebar li.on { background: rgba(255,255,255,0.5); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = #50FFFFFF,endColorstr = #50FFFFFF); color: #000; font-weight: 700; }
.frame { background: none; border: 0px solid #fff; margin-bottom: 0px; }
.temp { margin: 0; }
.slidebar { position: absolute; bottom: 5px; right: 4px; }
.slideshow span.title, .slidebar li {background: rgba(0,0,0,0.3); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = #90000000,endColorstr = #90000000); color: #FFF; overflow: hidden; }
.slideshow span.title{padding-left:10px;}
.slidebar li.on { background: rgba(255,255,255,0.5); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = #90000000,endColorstr = #90000000); color: #ff0; font-weight: 700; }
.slideshow SPAN.title { text-indent: 0px; }
.block { margin: 0;position: relative; }
#frameHlicAe { margin: 0px !important; border: 0px !important; }
.comiis_wrap960, .comiis_wrapad { margin: 0 auto; width: 268px; }
.comiis_wrapad { margin-top: 10px; }
.comiis_wrapad { overflow: hidden; }
.comiis_wrapad img { float: left; margin-top: 0px; width: 268px; height: 250px;}
#slidesImgs li { width: 268px; height: 250px; display: none; }




